/* sp图标 */
.i-icon {
	background: url('../images/sp.png') no-repeat 0 0;
}

/* 通知公告 */
.announce {
	height: 44px;
	border:1px solid #e5e5e5;
	background: #ffffff;
	overflow:hidden;
	z-index:998;
	width:660px;
	display: inline-block;
}

.label-ann {
	width:30px;
	padding-left:10px;
	margin-top: 12px;
	display: inline-block;
}

.label-ann .i-ann {
	background-position:0 0;
	width: 20px;
	height: 20px;
	display:inline-block;
	vertical-align: middle;
}

.list-ann {
	display: inline-block;
}

.list-ann li {
	display: inline;
	float: left;
	margin-right: 10px;
	/* background: url('../images/sp.png') no-repeat -25px 16px; */
	width: 465px;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-ann a {
	color: #666;
	font-size: 14px;
}

.list-ann a:hover {
	color: #3e91e4;
	text-decoration: underline
}

.hd-ann {
	display: inline-block;
	height:30px;
	width:106px;
	margin:7px 0;
}

.announce .hd-ann .prev,.announce .hd-ann .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}

.announce .hd-ann .next {
	background-position: 0 -50px;
}

.announce .hd-ann .prevStop {
	background-position: -60px 0;
}

.announce .hd-ann .nextStop {
	background-position: -60px -50px;
}

.announce .hd-ann ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.announce .hd-ann ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.announce .hd-ann ul li.on {
	background-position: 0 0;
}

.more-ann {
	display: inline-block;
	margin-right: 10px;
	line-height: 44px;

}

.more-ann a {
	color: #999999
}

.more-ann a:hover {
	color: #3e91e4;
	text-decoration: underline
}

/* ===========================================快速导航搜索=============================== */
.quick {
    width: 302px;
    height: 350px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 2px 0 rgba(193, 198, 208, 0.5);
    border-radius: 5px;
    box-sizing: border-box;
}
/* 搜索 */
.search-box {
    height: 40px;
    width: 260px;
    background: #ffffff;
    border: 2px solid #2365c7;
	margin: 20px 19px 15px;
}

.search-box .search-main {
	width: 180px;
	position: relative;
	height: 40px;
	display: inline-block;
}

.search-type {
	border-right: 1px solid #ebebeb;
	width: 69px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	display: inline-block;
	margin: 8px 0;
	padding-right: 10px;
	cursor: pointer;
	position: relative;
}

.search-type .type-label {
	background: url(../images/s-ico.png) no-repeat 48px 3px;
	color: #777777
}

.search-type .type-list {
	position: absolute;
	left: -1px;
	top: 30px;
	display: none;
	background: #fff;
	border: 1px solid #ebebeb;
	border-top: 0;
	z-index: 999;
}

.search-type .type-list .type-item {
	display: block;
	width: 69px;
	height: 32px;
	line-height: 32px;
	padding-right: 10px;
	color: #777777;
}

.search-type .type-list .type-item:hover {
	background: #2365c7;
	color: #fff
}

.search-box .search-main .search-key {
	width: 129px;
	height: 30px;
	padding: 5px 30px 5px 10px;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	font-size: 14px;
	color: #777
}

.search-box .search-main .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 40px;
	cursor: pointer;
	background-color: #fff;
	border: 0;
	border-radius: 3px;
}

.search-box .search-main .search-btn i {
	display: block;
	width: 20px;
	height: 20px;
	margin: 8px auto;
	background: url('../images/search-btn1.png') no-repeat;
}

/* 重按钮 */
.ks-btns {
	width: 283px;
	height: 240px;
	margin-left: 19px;
}

.ks-btns .ks-btn {
    width: 75px;
    height: 75px;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    margin-right: 18px;
}
.ks-btns img{
   	width: 75px;
	height: 75px; 
}
/* =============================================================================== */
/* 新闻幻灯片 */
.news-slide {
	width: 660px;
	height: 350px;
	/*border: 1px solid #e4e4e4;*/
	overflow: hidden;
	z-index:998;
}

.news-slide .bd {
	width: 100% !important;
	position: relative;
	height: 350px;
	overflow: hidden;
}

.news-slide .bd ul {
	width: 100% !important;
}

.news-slide .tlt {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	width: 580px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 70px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .4);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
		startColorstr='#99000000', endColorstr='#99000000');
	height: 40px;
	line-height: 40px;
}

.news-slide .bd li {
	width: 100% !important;
	height: 350px;
	overflow: hidden;
}

.news-slide .hd {
	position: relative;
	z-index: 1;
	margin-top: -40px;
	height: 40px;
	line-height: 40px;
	text-align: left;
}

.news-slide .hd ul {
	position: absolute;
	right: 5px;
	bottom: 12px;
	z-index: 3;
}

.news-slide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 3px;
	background: #fff;
	overflow: hidden;
	font-size: 0;
	border-radius: 50%
}

.news-slide .hd ul .on {
	background: #14458F;
}

.news-slide .prev,.news-slide .next {
	z-index: 1;
	display: block;
	width: 55px;
	height: 55px;
	position: relative;
	margin: -17% 0 0 3%;
	float: left;
	background: url(../images/arrow.png) 0 0 no-repeat;
	filter: alpha(opacity = 20);
	opacity: 0.2;
}

.news-slide .next {
	background-position: right 0;
	float: right;
	margin-right: 3%
}

.news-slide .prev:hover,.news-slide .next:hover {
	filter: alpha(opacity = 80);
	opacity: 0.8
}
/* 新闻文字列表 */
.news-list {
	width: 978px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #f3f3f3;
	box-shadow: 0 2px 2px 0 rgba(193, 198, 208, 0.5);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 0;
}

.news-list ul {
	display: block;
	margin: 10px 15px;
}

.news-list li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	width: 930px;
	padding: 0 10px;
}
.news-list li a{
    color: #333;
    font-family: system-ui;
}
.news-list li a:hover{
    text-decoration: underline;
    color:#1364b5;
}
.news-list .n-title {
	width: 800px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-list .n-date {
	color: #444
}

/* 标题背景 */
.label-c {
	height: 50px;
	width: 100%;
	background:#ffffff;
}

.label-c .label-title {
	width:170px;
	height:50px;
	text-indent:-999em;
}

.label-c .c1 {
	background: #f90;
}

.label-c .more {
	margin: 14px 15px 0 0;
}

.label-c .more a {
	background: url(../images/more.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	display: block;
}

.lt-news {
	background: url(../images/title-bg-news1.png) no-repeat 0 0;
}

.lt-ts {
	background: url(../images/title-bg-sp.png) no-repeat 0 0;
}

/* 特色医疗 */
.tsroom-list {
	width: 303px;
	height: 320px;
	border: 1px solid #e4e4e4;
	background: #ffffff;
}
.tsroom-list ul {
	display: block;
	margin: 10px 15px 10px 20px;
	overflow: hidden;
}

.tsroom-list li {
	height: 35px;
	width: 90px;
	line-height: 35px;
	font-size: 14px;
	overflow: hidden;
	display: inline;
	float: left;
	padding-left: 35px;
	background: url(../images/tsroom.png) no-repeat 0 center;
	_background-position:0 3px;
	margin-bottom:8px;
	_margin-bottom:11px;
}

.tsroom-list .n-title {
	width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tsroom-list .n-date {
	color: #999
}

/* 广告 */
.ads-index {
    overflow: hidden;
    width: 980px;
}

.ads-index ul {

}

.ads-index li {
	float: left;
	display: inline;
	background: #ffffff;
	/*margin-right:16px;*/
}
.ads-index li a{
	/*display:block;*/
	/*width: 150px;*/
	/*height: 40px;*/
	 display: block;
    width: 194px;
    height: 60px;
    text-align: center;
    border: 1px solid #f3f3f3;
    border-right: 0;
}
.ads-index li img{
    /*display: block;*/
    padding:10px 0;
}
/* 友情链接 */
.flink {
    color: #777;
	background: #ffffff;
	border: 1px solid #f3f3f3;
	/*box-shadow: 0 2px 2px 0 rgba(193, 198, 208, 0.5);*/
    border-radius: 5px;
    box-sizing: border-box;
}

.flink .flink-hd {
	width: 100%;
	height:50px;
}

.flink .flink-hd .fh-title {
	background: url(../images/title-bg-link.png) no-repeat 0 0;
	height:50px;
	width:140px;
	text-indent:-999em;
}


.flink-list {
	padding: 0 20px 20px;
}

.flink-list .flink-entry {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	clear:both;
}

.flink-list .fe-title {
	width: 120px;
	display:inline-block;
	line-height: 20px;
	font-weight: 700;
}

.flink-list .fe-all {
	display: inline-block;
	width: 818px;
}

.flink-list .fe-all a {
	display: inline-block;
	margin-right:10px;
	line-height:20px;
	color: #888888
}

.flink-list .fe-all a:hover {
	color: #2196f3
}